/*首页主体样式*/
.common-head{margin-top:30px;margin-bottom:25px;position:relative;}
.common-head .title{font-size:28px;color:#1d5da5;padding-bottom:10px;border-bottom:3px solid #1d5da5;}
.common-head .more{position:absolute;top:20px;right:0;}
.common-head .more a{display:block;color:#4579b5;}
.common-img{display: block;width:100%;overflow:hidden;}
.common-img img{width:100%;height:100%; display: block; -object-fit:cover;-o-transition:all 0.5s ease-out 0s;-webkit-transition:all 0.5s ease-out 0s;-moz-transition:all 0.5s ease-out 0s;transition:all 0.5s ease-out 0s;}
.common-img:hover img{-ms-transform:scale(1.1,1.1);-webkit-transform:scale(1.1,1.1);-moz-transform:scale(1.1,1.1);-o-transform:scale(1.1,1.1);transform:scale(1.1,1.1);}
.row50{margin:0 -50px;}
.row60{margin:0 -60px;}
.col-pd-50{padding:0 50px;}
.col-pd-60{padding:0 60px;}
.introduce-text h3{color:#1a559a;font-size:20px;margin:30px 0;}
.introduce-text p{color:#3c3c3c;font-size:16px;line-height:40px;margin-bottom:60px;}
.introduce-text a{color:#1d5da5;font-size:16px;}
.section-one{padding-top:20px;padding-bottom:30px;overflow:hidden;}
.section-two{padding-top:20px;padding-bottom:30px;background: url(bg2.png) left top repeat-x;overflow:hidden;}
.section-three{padding-top:20px;padding-bottom:30px;background: url(bg.jpg) center center no-repeat;background-size: cover;}
.section-five{padding:20px 0 30px;background: url(bg2.jpg) center center no-repeat;background-size: cover;}
.section-six{background: url(bg3.jpg) center center no-repeat;background-size: cover;}
.cgbox{height:420px;margin-bottom:50px;background-repeat:no-repeat;background-size:cover;transition: transform .5s,box-shadow .5s;}
.cgbox a{display:block;padding:90px 20px 20px 20px;}
.cgbox a img{display:block;margin:36px auto;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
.cgbox a p{color:#fff;font-size:17px;line-height:28px;text-overflow:-o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.cgbox:hover{transform:translateY(-5px);box-shadow:0 4px 10px rgba(0,0,0,.25);}
.cgbox a:hover img{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);}
.cgbox1{background-image: url(bg4.jpg);}
.cgbox2{background-image: url(bg5.jpg);}
.cgbox3{background-image: url(bg6.jpg);}
.cgbox4{background-image: url(bg7.jpg);}
.quick-box{padding-top:20px;}
.quick-nav>li{margin:20px 0;}
.quick-nav>li>a{display:block;color:#57719c;font-size:24px;padding-top:68px;padding-bottom:40px;font-weight:bold;text-align:center;background: url(bg.png) center center no-repeat;background-size: cover;}
.quick-nav>li>a>img{display:block;margin:0 auto;margin-bottom:20px;-webkit-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
.quick-nav>li>a:hover>img{-webkit-transform:rotateY(180deg);transform:rotateY(180deg);}
.links{padding:30px 0;margin-top:30px;background-color: rgba(229,243,251,.51);}
.links .common-img{border:1px solid #e5e5e5;}
@media screen and (max-width: 991px){
	.common-head .title,.quick-nav>li>a{font-size:20px;}
	.common-head .more{top:10px;}
	.row50,.row60{margin:0 -10px;}
	.col-pd-50,.col-pd-60{padding:0 10px;}
	.cgbox{margin-bottom:20px;}

}